func go/types.typeParamsString

2 uses

	go/types (current package)
		infer.go#L134: 				err.addf(arg, "type %s of %s does not match %s (cannot infer %s)", targ, arg.expr, tpar, typeParamsString(tparams))
		infer.go#L520: func typeParamsString(list []*TypeParam) string {